From: Daniel Pfeiffer Date: Tue, 13 Apr 2004 19:08:31 +0000 (+0000) Subject: Also install etc/compilation.txt and chown/chmod it X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23233 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=12bd79d6c6adeb523f964c7cdf58df76e64709f4;p=emacs.git Also install etc/compilation.txt and chown/chmod it --- diff --git a/Makefile.in b/Makefile.in index 8c658ee8915..97d9a2a1079 100644 --- a/Makefile.in +++ b/Makefile.in @@ -447,7 +447,9 @@ install-arch-indep: mkdir info echo "Copying etc/DOC-* to ${docdir} ..." ; \ (cd ./etc; tar -chf - DOC* compilation.txt) \ |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ - (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \ + (cd $(docdir); \ + chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \ + chmod a+r DOC* compilation.txt; \ if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ else true; fi -unset CDPATH; \